home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
util
/
dir
/
megad31b.lha
/
rexx
/
ChangePreferences.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1993-05-06
|
597b
|
25 lines
/* */
options results
ADDRESS MEGAD
dbug TRUE
/* See ARexxPrefsList.txt for Subscript definitions and possible values */
/* Set PF_CONFIRM_QUIT (16) to TRUE (1) */
SetFlag 16 1
/* Set PF_TAB_WIDTH (9) to the value of 4 */
SetNumber 9 4
/* Set PF_CREATE_DIR_NAME (21) to "A_New_Directory_Name" */
SetString 21 "A_New_Directory_Name"
/* Set first device gadget (0) to Path of "'Ram Disk:T'" and
set Title to "'Temp Dir'" */
SetDevice 0 "'Ram Disk:T'" "'Temp Dir'"
/* free All ARexx Program Controls */
/* Commented out to prevent lost or your ARexx Program Controls */
/* freePC ARexx */